Skip to main content

Data - Get reservation details

GET 

/v1/reservations/:id

Get the reservation details for a given reservation id.

Request

Path Parameters

    id stringrequired

    restaurant uuid that needs to be considered for filter

Responses

Successful

Schema

    reservationUuid stringrequired

    reservation uuid

    restaurantUuid stringrequired

    restaurant uuid

    mealDate daterequired

    Reservation meal date

    partySize integerrequired

    Number of person attending to the reservation

    status stringrequired

    Possible values: [RECORDED, CONFIRMED, CANCELED, NO_SHOW, REQUESTED, REFUSED]

    • Reservation status
    • Main statuses
      • - RECORDED: most frequent status, reservation is confirmed
      • - CANCELED: reservation has been canceled
      • - NO_SHOW: reservation has been flagged as no-show
    • Secondary statuses
      • - REQUESTED: Reservation is waiting for a an action from the restaurant (on request booking or Waitlist) - not confirmed yet
      • - REFUSED: final state if a requested reservation has been declined by the restaurant
      • - REJECTED: general error on the reservation (should be rare)
    offerUuid string
    customerNote string

    Possible values: <= 1000 characters

    Special request field that the diner can enter while making the reservation

    customerUuid string

    Customer UUID

    customFields

    object[]

  • Array [

  • labelUuid stringrequired

    Label UUID

    label stringrequired

    Label value

    type stringrequired

    Possible values: [boolean, string, integer]

    value stringrequired
    valueUuid string

    Value UUID

  • ]

  • offerDetails

    object

    offerType stringrequired

    Possible values: [promotion, presetMenu]

    name object
    discountPercentage number
    presetMenuType string

    Possible values: [generic, of_the_day, brunch, group, experience]

    price number
    currency string

    utmTrackingInformation

    object[]

  • Array [

  • key stringrequired
    value stringrequired
  • ]

  • billAmount

    object

    totalPrice numberrequired
    currency stringrequired
    reservationChannel stringrequired

    Possible values: [TripAdvisor, Michelin, Booking Module, Offline, TheFork, Walk-in, Google, Cross Sell]

    createdAt stringrequired
    updatedAt string
Loading...